home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_408 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  201 b   |  11 lines

  1. on(press){
  2.    if(_root.even7 == 20)
  3.    {
  4.       _root.load_file_chosen = 8;
  5.       if(_root["file_name" + _root.load_file_chosen] != "empty")
  6.       {
  7.          _root.loading = 1;
  8.       }
  9.    }
  10. }
  11.